Merged
Conversation
…oved issue management - Replaced the existing IssuesTable implementation with a new DataTable component for enhanced functionality. - Introduced issueColumns for better column management and display of issue attributes. - Updated package dependencies to include @tanstack/react-table for table functionalities. - Cleaned up unused state management and commented code for improved readability.
- Removed row selection feature from IssuesTable for a cleaner interface. - Refactored issueColumns to utilize new cell components for better organization and readability. - Introduced label icons and improved date formatting in issue display. - Enhanced DataTable to group issues by state, improving data presentation and usability.
- Replaced inline handlers in PriorityCell, AssigneeCell, and StateCell with dedicated menu components for improved functionality and maintainability. - Updated issueColumns to pass issueId to new menu components, streamlining data handling. - Refactored AssigneeMenu, PriorityMenu, and StateMenu to manage state changes and member assignments more effectively. - Cleaned up unused code and improved component structure for better readability.
- Modified primary color variables in globals.css for better visual consistency. - Replaced header sections in TeamIssuesPage and MyIssuesPage with a new ViewHeader component, enhancing layout and functionality. - Cleaned up unused imports and commented-out code in issue-related components for improved readability. - Streamlined IssueBoardView and IssueListView by removing unnecessary filtering and pagination logic, focusing on core functionalities.
- Introduced a new TeamsPage component with a header and placeholder content for future team management features. - Updated KeyCell and LabelsCell components to remove unused props, simplifying their interfaces.
Refactor/issue page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.